Overload | Description |
---|---|
Add(String,T) | Adds the specified key-value pair. Throws an exception if a key-value pair with the same key already exists. |
Add(NKeyValuePair<String,T>) | Adds the specified key-value pair. Throws an exception if a key-value pair with the same key already exists. |